home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_079 / PAULA25 / DOC / HISTORY.TXT next >
Text File  |  1998-03-14  |  6KB  |  138 lines

  1. -------------------
  2. - version history -
  3. -------------------
  4.  
  5. * v2.5, 12-jun-1996
  6.    Never say never... but this is definately the LAST version.
  7.    While playing around with Paula (due to extreme boredness), I     
  8.    fancied a wider transpose range and a channel swap button...
  9.     + Transpose now over 4 octaves (+ and - 24+1 half tones!)
  10.     + Pitch bend is now _continuous_ over 4 octaves!
  11.     + Channel swap button, to switch L/R channels (only using DMA 
  12.     sound)
  13.     + Improved overload condition handling. The music isn't slowed 
  14.      down, you only hear clicking noises.
  15.  
  16. * v2.4, 15-sep-1994
  17.     Well, v2.3 wasn't the last version...
  18.     The version 2.4 has been created for the SKYLINE CD for ATARI and 
  19.     basically is a fully registered version of Paula 2.3. Differences 
  20.     and NEW FEATURES are:
  21.     + If you want to register for PAULA you decide how much you pay!
  22.       But please, DON'T SEND ANY CHEQUES - CASH ONLY. This is because 
  23.       the transfer costs between different banks (using different 
  24.       currencies) are usually around 20 DM.
  25.     + To save disc space, you can compress your MODfiles with Larc
  26.        (SFXLHARC, LHarc 3.x) or any other program which can create 
  27.       'afx' or 'lz5' type files. With LHARC, the command line is:
  28.                 lharc c *.mod
  29.     + The main window now has key shortcuts for every button. Try it!
  30.     + New GEM messages have been added:
  31.         MP_START    (0x4802)    load and start one or more MODfiles.
  32.                                 Same effect as VA_START.
  33.         MP_STOP     (0x4803)    stop player and release MODfile.
  34.         MP_SHUTDOWN (0x4804)    Close window, stop & release MODfile.
  35.       In addition to that Paula replies to every MP_xxx message with 
  36.       either:
  37.         MP_ACK      (0x4800)    Command exectuted successfully
  38.         MP_NAK      (0x4801)    Command wasn't executed properly.
  39.       For more infos, refer to the sample code MP.C in \UTILS.
  40.     + Paula understands command lines, standard and ARGV system.
  41.     + Paula goes multitasking... even more! If it detects another 
  42.       running copy of itself in memory it passes control to the first 
  43.       copy (or 'instance' if we're talking OO).
  44.     + The autoload feature has been eliminated.
  45.     + A critical TAS.B opcode has been removed to assure
  46.       compatibility with some STE accelerator cards.
  47.     + The INF files are fully compatible to the old files. However, if
  48.       an existant INF file containing a key is read and saved again the
  49.       key info is lost.
  50.         * v2.4beta, 24-jun-1994
  51.     Bugfix: another memory corruption bug fixed (4 bytes overshoot)
  52.     Feature change: Speed 00 doesn't STOP, it only pauses the player.
  53.  
  54. * v2.3, 13-mar-1994
  55.     Bugfix: swapped L and R channel according to Protracker
  56.     Bugfix: no more memory corruption under MagiX
  57.     Bugfix: workaround for form_center bug (or feature??)
  58.             in some TOS releases
  59.     NOTE:   This will definately be the last version of Paula. No more 
  60.             updates. Sorry, hacker.
  61.     * v2.2a, 20-feb-1993
  62.     Stop-command changed: in Protracker mode, a zero speed command
  63.     stops the player at the current location - restart it with 'PLAY',
  64.     while in non-protracker mode it is simply ignored.
  65.     Internals adapted to the lower F030 sampling freq's (KHz) in STE
  66.     DMA mode:
  67.             ST      STE     TT      F030
  68.     Hi:     6.1     12.5    12.6    12.3
  69.     Med:    9.6     25      25.1    24.6
  70.     Low:    12.2    50      50.3    49.2
  71.     This change was necessary because the sampling frequency difference
  72.     between a TT and a F030 is such that it gives 35 cent pitch change
  73.     (awful for musicians!!).
  74.  
  75. * v2.2, 1-feb-1993
  76.     Correct CIA-timing implemented. Paula is now the only player which
  77.     is really compatible to every MOD-format - including the very old
  78.     Soundtracker 1.2 format introduced 1986 by K. Obarski.
  79.     New hardware register access code - should now work on the FALCON
  80.     if it is in 'STE-Compatibility-mode'.
  81.     Old 15-instrument modules are always considered as non-protracker
  82.     compliant.
  83.     Finetune routines will also work with non-standard period values to
  84.     be more compatible to some PC mod editors.
  85.  
  86. * v2.1c, 11-jan-1993
  87.     Bugfix in the PT2.1 replay routine - one asm opcode changed.
  88.  
  89. * v2.1b, 1-jan-1993
  90.     Improved chip emulator (resampling routines): very short, looped
  91.     samples are now played much more precise at low sampling rates.
  92.     When loading a file with the main window opened, a busybee is
  93.     displayed.
  94.     Bugfix: the 'Note Delay' Command was erroneous. Any player based on
  95.     the 'PT-Replay 1.1B'-Routine will experience this bug.
  96.     The play routine has also been updated to >>> PROTRACKER 2.1A <<<.
  97.  
  98. * v2.1a, 30-oct-1992
  99.     Bugfixes: 1. the lz5 depack routine had some problems with
  100.     MultiTOS' memory protection...
  101.               2. if one MOD was corrupted the following MOD was always
  102.     assumed to be a packed one -> crash. But only on registered copies.
  103.     Bad, very BAD...
  104.               3. samples longer than 64 Kbyte were problematic
  105.  
  106. * v2.1, 18-oct-1992
  107.     Added AFX/Lz5 packed module support. Packed MODs are only useable
  108.     with registered PAULA releases.
  109.     Hint: instead of having AFX.PRG depacking your MODs, let Paula do
  110.     this job. It's faster!
  111.  
  112. * v2.0d
  113.     Bugfix: a single MOD was always repeated in earlier versions.
  114.  
  115. * v2.0c
  116.     ?bugfix, dunno what.
  117.  
  118. * v2.0b, 27-aug-1992
  119.     Bug related to LetEmFly fixed. (bug report: M. Schmitz)
  120.  
  121. * v2.0a, 23-aug-1992
  122.     The length of the 'key'-field had to be changed to 16 chars.
  123.  
  124. * v2.0, 20-aug-1992
  125.     From now on, Paula is Shareware. Further releases will include new
  126.     features which will only be operational if you got a registered
  127.     copy.
  128.     Most parts have been rewritten from scratch in C.
  129.     A new sequencer, the PROTRACKER PLAYER v1.1b has been built in -
  130.     that guarantees maximum 'Amiga'-compatibility.
  131.     The Amiga Soundchip emulator has been enhanced; interpolation is
  132.     now as fast as it can be on 68030's.
  133.  
  134. * v1.0 through v1.9
  135.     Well, these versions are still freeware...
  136.  
  137. ----<eof>----------------------------------------------------------------
  138.